home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 1808 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  3.7 KB

  1. From: evanlang@uss.lonestar.org (Evan Langlois)
  2. Date: Wed, 3 Aug 1994 15:38:35 -0500 (CDT)
  3.  
  4.  
  5. Lots of questions:
  6.  
  7. What are the advantages of screen?  Why should I use it?   I know its
  8. a matter of personal preference, but so far I've found myself using most
  9. of Unix stuff that the list has found useful.   Never thought I'd
  10. admit it, but Unix utils are useful :-)
  11.  
  12. vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
  13. Workable Formatter, found on a.a.u.e.) to format manpages. Moreover, the
  14. unformatted page is required for the whatis database.
  15. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  16.  
  17. Is there a way to compress/uncompress this stuff on the fly?  Many
  18. multiple levels deep?   Maybe tar it so all the man pages can be in
  19. one file?   Disk space is limiting.  With DataLite or whatever (not
  20. Data-Diet, the other one that works at the BIOS level) work with
  21. MiNT on a Minix parition .. sort of a Minix-Stacker?
  22.  
  23. Anyone got a good compression algorythm they could hack into the Minix
  24. driver :-)  And fsck :-)
  25.  
  26. vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
  27. If the masterfd is closed, the process having opened the slavefd does not
  28. terminate, but takes about all CPU cycles it can, slowing down my Atari
  29. considerably.
  30. Shouldn't it be that Mint sends SIGHUP or SIGTERM to the process(es) having
  31. opened the slavefd when the masterfd is closed?
  32. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  33.  
  34. I thought that the SIGHUP or SIGPIPE or whatever would be sent when
  35. the last byte was read from the queue.  Maybe the changes to the pipefs
  36. that change off-by-one problem have messed that up, or maybe your
  37. app is ignoring a signal or something?
  38.  
  39. Or maybe its just broke :-)
  40.  
  41. vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
  42. to ask: Is that officially documented behaviour? ;) It seems like every
  43. process supports only one active timeout. Shouldn't this be fixed?
  44. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  45.  
  46. Are you saying that Fselect's timeout and the Talarm are the same?
  47. What about the other Timeout functions similar to Talarm (forgot the
  48. names); will these share the same timeout as Talarm?  I wouldn't think
  49. they would be the same, so I would guess they should be fixed.
  50.  
  51. vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
  52. No, MiNT doesn't have the braindead SYSV signals. It has BSD signals,
  53. which don't get zapped when the signal has occured.
  54. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  55.  
  56. I thought the SIGALRM was an exception since once it is expired, there
  57. is no time remaining.  So, the handler doesn't get reset, but the
  58. alarm would have to be reset.  So, I guess that isn't an exception to the
  59. rule, since you don't have to call Psigalarm again, no?
  60.  
  61. I've hacked minixfs to use the update daemon, and the tsync and the
  62. update daemon seem to call slightly different code (not sure why this
  63. makes an difference) but I no longer have trouble with my Minix 
  64. partition!   Update works, and addroottimeout doesn't, unless there
  65. has been a change since H5/6 or Minix PL 10.  
  66.  
  67. I still have the problem of errors stating a that zone range error has
  68. occured, Drive D Zone 0 Count 1, Bad Filesystem, Repair with fsck.  Only
  69. fsck doesn't even find the problem (annoying but seems to be harmless).
  70.  
  71. The other problem is that fsck says Pass 3a Fixing Directories
  72. But then it doesn't say what is wrong with my directories, and never
  73. fixes anything since if I run it again, it tries to fix it again.
  74. These problems came about at different times, but may be related
  75. anyway.
  76.  
  77. Any ideas anyone?
  78.  
  79. Now that I have update back, I'm happy :-)  No more inode bitmap
  80. errors.
  81.  
  82. CYA,
  83. Evan Langlois
  84.  
  85.  
  86.